POST
/Project/
Creates a project with the specified name.
Request
Method
Request URI
POST
/API/Project/?sessionId=value
URI Parameters
URI Parameter
Description
sessionId
Current session ID.
Specifying via an Authorization request header instead is recommended.
Request Headers
Authorization: Bearer <Current session ID>
Request Body
Name:
options
Type:
Dundas.BI.WebApi.Models.CreateProjectOptions
Response
Response Body
A
Dundas.BI.WebApi.Models.ProjectData
object representing the newly created project, or a status code indicating the reason for failure..